home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / system-config-printer / ui / ConnectingDialog.glade < prev    next >
Encoding:
Extensible Markup Language  |  2010-09-28  |  4.4 KB  |  102 lines

  1. <?xml version="1.0"?>
  2. <interface>
  3.   <requires lib="gtk+" version="2.16"/>
  4.   <!-- interface-naming-policy toplevel-contextual -->
  5.   <object class="GtkDialog" id="ConnectingDialog">
  6.     <property name="border_width">6</property>
  7.     <property name="title" translatable="yes">Connecting to CUPS server</property>
  8.     <property name="resizable">False</property>
  9.     <property name="modal">True</property>
  10.     <property name="window_position">center-on-parent</property>
  11.     <property name="type_hint">dialog</property>
  12.     <property name="has_separator">False</property>
  13.     <child internal-child="vbox">
  14.       <object class="GtkVBox" id="dialog-vbox8">
  15.         <property name="visible">True</property>
  16.         <property name="orientation">vertical</property>
  17.         <property name="spacing">6</property>
  18.         <child>
  19.           <object class="GtkVBox" id="vbox1">
  20.             <property name="visible">True</property>
  21.             <property name="border_width">6</property>
  22.             <property name="orientation">vertical</property>
  23.             <property name="spacing">6</property>
  24.             <child>
  25.               <object class="GtkLabel" id="label">
  26.                 <property name="visible">True</property>
  27.                 <property name="xalign">0</property>
  28.                 <property name="yalign">0</property>
  29.                 <property name="label" translatable="yes"><span weight="bold" size="larger">Connecting to CUPS server</span></property>
  30.                 <property name="use_markup">True</property>
  31.               </object>
  32.               <packing>
  33.                 <property name="expand">False</property>
  34.                 <property name="fill">False</property>
  35.                 <property name="position">0</property>
  36.               </packing>
  37.             </child>
  38.             <child>
  39.               <object class="GtkProgressBar" id="pbarConnecting">
  40.                 <property name="visible">True</property>
  41.                 <property name="pulse_step">0.019999999553000001</property>
  42.               </object>
  43.               <packing>
  44.                 <property name="expand">False</property>
  45.                 <property name="fill">False</property>
  46.                 <property name="position">1</property>
  47.               </packing>
  48.             </child>
  49.             <child>
  50.               <object class="GtkLabel" id="lblConnecting">
  51.                 <property name="visible">True</property>
  52.                 <property name="xalign">0</property>
  53.                 <property name="yalign">0</property>
  54.                 <property name="label" translatable="yes"><i>Opening connection to %s</i></property>
  55.                 <property name="use_markup">True</property>
  56.               </object>
  57.               <packing>
  58.                 <property name="expand">False</property>
  59.                 <property name="fill">False</property>
  60.                 <property name="position">2</property>
  61.               </packing>
  62.             </child>
  63.           </object>
  64.           <packing>
  65.             <property name="position">1</property>
  66.           </packing>
  67.         </child>
  68.         <child internal-child="action_area">
  69.           <object class="GtkHButtonBox" id="dialog-action_area8">
  70.             <property name="visible">True</property>
  71.             <property name="layout_style">end</property>
  72.             <child>
  73.               <object class="GtkButton" id="button17">
  74.                 <property name="label">gtk-cancel</property>
  75.                 <property name="visible">True</property>
  76.                 <property name="can_focus">True</property>
  77.                 <property name="can_default">True</property>
  78.                 <property name="receives_default">False</property>
  79.                 <property name="use_stock">True</property>
  80.                 <signal name="clicked" handler="on_cancel_connect_clicked"/>
  81.               </object>
  82.               <packing>
  83.                 <property name="expand">False</property>
  84.                 <property name="fill">False</property>
  85.                 <property name="position">0</property>
  86.               </packing>
  87.             </child>
  88.           </object>
  89.           <packing>
  90.             <property name="expand">False</property>
  91.             <property name="pack_type">end</property>
  92.             <property name="position">0</property>
  93.           </packing>
  94.         </child>
  95.       </object>
  96.     </child>
  97.     <action-widgets>
  98.       <action-widget response="0">button17</action-widget>
  99.     </action-widgets>
  100.   </object>
  101. </interface>
  102.